home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
FreeSoftware
/
MicrosoftXP
/
main.swf
/
scripts
/
DefineButton2_53
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2001-03-22
|
127b
|
9 lines
on(release){
stopAllSounds();
tellTarget("/mute_sound")
{
gotoAndStop("sound_on");
play();
}
}